CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java cluster

搜索资源列表

  1. cluster

    0下载:
  2. 对iris数据进行聚类分析的java源程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2520
    • 提供者:guifeng2002
  1. java-cluster.zip

    2下载:
  2. 用java语言实现文本聚类,包括聚类前的数据预处理:分词、降维、建立向量空间模型等,Implementation using java language text clustering, including clustering of the data pre-processing before: segmentation, dimensionality reduction, set up, such as Vector Space Model
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:17173
    • 提供者:优优
  1. leach

    0下载:
  2. leach用java编写的源代码,根据簇头剩余能量与初始能量比较,判断是否重新选择簇头。-The source code written in Java leach, according to initial cluster head the surplus energy and energy comparison, determine whether chose to cluster head.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:13585
    • 提供者:lixiaoyan
  1. Kmeans_FCM

    1下载:
  2. java写的模糊c均值聚类算法和k均值聚类算法-fuzzy c means clustering algorithm and K means cluster in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1973
    • 提供者:june
  1. lingpipe-3.6.0

    3下载:
  2. 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(Character
  3. 所属分类:Java Develop

    • 发布日期:2014-12-05
    • 文件大小:4669384
    • 提供者:张国栋
  1. dlucene.tar

    0下载:
  2. 分布式全文搜索工具包 可以支持集群 主要使用java開發 比較方便使用-Distributed full-text search tool kit can support the main use of cluster development of more convenient use of java
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1104842
    • 提供者:jiahailu
  1. ClusterAnalysis

    0下载:
  2. Data Mining of JSP example to do the cluster analysis.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:122804
    • 提供者:鄧嘉文
  1. ClusterMonitor

    0下载:
  2. 一个多集群的监控系统,可根据文件中定义的入口IP地址获取其机器上的GANGLIA信息,监控其所在网格内所有集群信息和节点机的CPU、内存、硬盘、负载等信息。-More than one cluster of monitoring systems, can be defined in accordance with the entrance of the document to obtain its IP address Ganglia machine information, monitor t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6477320
    • 提供者:李毅
  1. hadoop-0.1.0.tar

    0下载:
  2. Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3598401
    • 提供者:宾利金
  1. k_means_cluster

    0下载:
  2. this program explains the K_means cluster Algorithm. and also direct to the best k value
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3456
    • 提供者:muthu
  1. Cluster_Analysis

    0下载:
  2. Source code on cluster analysis. K_Mean Cluster, data decoder,etc.
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-01
    • 文件大小:49069
    • 提供者:kiran
  1. Cluster_Analysis

    0下载:
  2. 用Java语言实现的空间聚类分析程序,对离散点按照距离标准进行分类。-Java language with the spatial clustering analysis procedures, in accordance with the distance between discrete points of criteria.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8327
    • 提供者:荆凯旋
  1. HCL

    1下载:
  2. 聚类 层次分析代码 JAVA版 聚类 层次分析代码 JAVA版聚类 层次分析代码 JAVA版-Cluster analysis of code-level version of JAVA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-01-11
    • 文件大小:5630
    • 提供者:低调
  1. MakeDensityBasedClusterer.java.tar

    0下载:
  2. 基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4859
    • 提供者:zhangrui
  1. RandomizableClusterer.java.tar

    0下载:
  2. 该算法是对weka算法包功能的拓展,是聚类算法中的随机聚类分析。需要weka算法包支持。-The algorithm is a function of the weka package expansion algorithm is stochastic clustering algorithm in cluster analysis. Package to support the needs of weka algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1539
    • 提供者:zhangrui
  1. hadoop-0.20.0.tar

    1下载:
  2. Hadoop 是一个实现了 MapReduce 计算模型的开源分布式并行编程框架,借助于 Hadoop, 程序员可以轻松地编写分布式并行程序,将其运行于计算机集群上,完成海量数据的计算。-Hadoop is an implementation of the MapReduce computation model of the open-source framework for distributed parallel programming, through the use of Hadoop,
  3. 所属分类:Grid Computing

    • 发布日期:2017-06-22
    • 文件大小:42813980
    • 提供者:xq
  1. ex-12

    0下载:
  2. K-Means.java K-means分群法(組數資料皆不固定,開小視窗選檔案:A or B or iris,10 runs + output至Excel)-K-Means.java K-means grouping method (the number of data groups, none is fixed, to open a small window, select the file: A or B or iris, 10 runs+ output to Excel)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:6928
    • 提供者:林好
  1. cluster

    0下载:
  2. 我做的用Kmeans方法,分别采用欧式距离。夹角余弦,和度量函数的方法来表示两点的相似度-I do use Kmeans methods were used Euclidean distance. Angle cosine, and methods of measurement functions to represent the similarity of two
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:55173
    • 提供者:bing
  1. Java-Cluster

    0下载:
  2. 基于JVM的Java应用集群解决方案。 -JVM' s Java Application Clusters based solutions. JVM' s Java Application Clusters based solutions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:246511
    • 提供者:李伟
  1. Parallel Java

    0下载:
  2. Parallel Java是基于Java提供的并行编程API,其目标是(1)在一套API中同时支持基于线程/共享内存的并行编程和基于消息/集群的并行编程;(2)提供与OpenMP和MPI相同的功能,但采用面向对象的Java API;和(3)很容易部署在异构计算环境中,包括单核CPU、多核CPU及集群。本文介绍了Parallel Java的特点和体系结构,并与其他基于Java的并行开发中间件进行了对比。(Parallel Java is a API parallel programming bas
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:107520
    • 提供者:kmsj
« 12 3 4 5 »
搜珍网 www.dssz.com